Skip to content

mcdougal/css-to-mui-loader-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-to-mui-loader example

This repo is a bare-bones example showing how to use css-to-mui-loader.

Usage

  1. Clone the repo
  2. npm start

How it works

This package was bootstrapped with an ejected create-react-app. Material UI was added as a dependency and the css-to-mui-loader was added to the webpack config:

webpack.config.dev.js

{
  test: cssRegex,
  exclude: cssModuleRegex,
  use: ["css-to-mui-loader"]
},

About

Bare-bones example showing how to use css-to-mui-loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published