Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nyan CSS webpack loader that converts CSS Modules into React/Preact components

NotificationsYou must be signed in to change notification settings

nyancss/nyancss-css-modules-loader

 
 

Repository files navigation

Nyan CSS webpack loader that converts CSS Modules (provided by css-loader) into components (React/Preact/Vue.js/etc.).

For the introduction into Nyan CSS and other docs, seethe main repo. Read further for instruction on setting up the loader.

Installation

React/Preact

npm install --save-dev @nyancss/css-modules-loader @nyancss/react# or using yarnyarn add --dev @nyancss/css-modules-loader @nyancss/react

Vue.js

npm install --save-dev @nyancss/css-modules-loader @nyancss/vue# or using yarnyarn add --dev @nyancss/css-modules-loader @nyancss/vue

Class names

npm install --save-dev @nyancss/css-modules-loader @nyancss/class-names# or using yarnyarn add --dev @nyancss/css-modules-loader @nyancss/class-names

Configuration

Basic confuguration

// ...{test:/\.css$/,use:['style-loader','@nyancss/css-modules-loader/REPLACE_ME',// 👈 Add the loader// Use '@nyancss/css-modules-loader/react' for React// Use '@nyancss/css-modules-loader/preact' for Preact// Use '@nyancss/css-modules-loader/vue' for Vue// Use '@nyancss/css-modules-loader/class-names' for class names{loader:'css-loader',options:{modules:true}}]},// ...
// ...{test:/\.css$/,use:['@nyancss/css-modules-loader/REPLACE_ME',// 👈 The loader **before** the plugin{loader:MiniCssExtractPlugin.loader},// 👈 mini-css-extract-plugin{loader:'css-loader',options:{modules:true}}]},// ...

Related packages

Changelog

Seethe changelog.

License

MIT © Sasha Koss

About

Nyan CSS webpack loader that converts CSS Modules into React/Preact components

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp