Partial Import lets you use sugary @import statements in CSS, including glob-like and Sass-like behavior. It even lets you generates imports as a scaffolding tool. The root where paths are resolved. This should be the directory containing node_modules.
https://github.com/jonathantneal/postcss-partial-import#readmeTags | postcss css postcss-plugin sugar sass scss imports styles files partials modules bower node npm |
Implementation | Javascript |
License | creative-commons |
Platform | NodeJS |
PostCSS plugin to transform @import rules by inlining content.This plugin can consume local files, node modules or web_modules. To resolve path of an @import rule, it can look into root directory (by default process.cwd()), web_modules, node_modules or local modules. When importing a module, it will look for index.css or file referenced in package.json in the style or main fields. You can also provide manually multiples paths where to look at.
postcss npm css modules postcss-plugin import node-modulesPreCSS lets you use Sass-like markup and staged CSS features in CSS. PreCSS combines Sass-like syntactical sugar — like variables, conditionals, and iterators — with emerging CSS features — like color functions, logical and custom properties, media query ranges, and image sets.
postcss css postcss-plugin sass scss variables conditionals iterations iterators iterables iterate contents eaches elses fors ifs includes imports medias queries query mixins defaults functions colors customs dirs system-ui image-set logical properties blocks inlines starts ends any-link font-variant overflow-wrap caniuseA SCSS parser for PostCSS.This module does not compile SCSS. It simply parses mixins as custom at-rules & variables as properties, so that PostCSS plugins can then transform SCSS source code alongside CSS.
css postcss postcss-syntax parser scss sassReact Toolbox uses CSS Modules by default to import stylesheets written using PostCSS & postcss-preset-env features. In case you want to import the components already bundled with CSS, your module bundler should be able to require these PostCSS modules. Although we recommend webpack, you are free to use whatever module bundler you want as long as it can compile and require PostCSS files located in your node_modules. If you are experiencing require errors, make sure your configuration satisfies this requirement.
material-design react ui-kits css-modules components react-component toolkitPostCSS plugin to unwrap nested rules like how Sass does it.Use postcss-current-selector after this plugin if you want to use current selector in properties or variables values.
postcss css postcss-plugin sass nestedA PostCSS plugin to use CSS Modules everywhere. Not only at the client side. getJSON may also return a Promise.
postcss css postcss-plugin modules css-modules componentsPostCSS plugin for Sass-like variables.You can use variables inside values, selectors and at-rule’s parameters.
postcss css postcss-plugin sass variables varsPostCSS plugin for mixins.Note, that you must set this plugin before postcss-simple-vars and postcss-nested.
postcss css postcss-plugin mixins sassSee PostCSS docs for examples for your environment. Converts every new local name in #id or .class defintion to global alias. By default returns [name]__[local]---[hash:base64:5].
css-modules postcss css postcss-pluginPostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba, and JetBrains. The Autoprefixer PostCSS plugin is one of the most popular CSS processors.
postcss css parser ast framework rework preprocessor source-map transform manipulation transpilerPostCSS for React Inline Styles, Radium, JSS and other CSS-in-JS.For example, to use Stylelint, RTLCSS or postcss-write-svg plugins in your workflow.
postcss postcss-runner js inline react css cssinjsPostCSS plugin to use tomorrow’s CSS syntax, today. PostCSS-cssnext is a PostCSS plugin that helps you to use the latest CSS syntax today. It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
postcss css cssnext postcss-plugins postcss-plugin w3cDefine React presentational components with CSS (or even SASS or Less if you like). The implementation is based on CSS modules. In fact React CSS Components is just a thin API on top of CSS modules.
css-in-js react webpack css-modules react-dom css postcss postcss-plugin webpack-loaderPostCSS Normalize lets you use the parts of normalize.css you need, based on your project’s browserlist. Use @import-normalize to determine where normalize.css rules will be included. Duplicate @import-normalize rules will be removed. See all the Options for more information.
postcss css postcss-plugin normalize.css normalize browsers bugs fixes usability browserslist browserlistPostCSS Normalize lets you use the parts of normalize.css you need from your browserslist. Use @import-normalize to determine where normalize.css rules should be included. Duplicate @import-normalize rules will be removed. See all the Options for more information.
postcss css postcss-plugin normalizes browsers fixesPostCSS Assets is an asset manager for CSS. It isolates stylesheets from environmental changes, gets image sizes and inlines files. Note: all of the listed options below are parameters for the assets object, not the top level postcss options object.
postcss assets base64 css image path postcss-plugin size urlFont Magician is a PostCSS plugin that magically generates all of your @font-face rules. Never write a @font-face rule again. Just use the font and font-family properties as if they were magic.
postcss css postcss-plugin fonts faces generate generation weights styles variants typography typePostCSS plugin to reference an SVG file and control its attributes with CSS syntax. See PostCSS docs for examples for your environment.
postcss css postcss-plugin svg inlinePostCSS gulp plugin to pipe CSS through several plugins, but parse CSS only once.Install required postcss plugins separately. E.g. for autoprefixer, you need to install autoprefixer package.
postcss gulp-plugin gulpplugin postcss-runner cssPostCSS plugin to keep rules and at-rules content in order. Also available as Sublime Text, Atom, VS Code, and Emacs plugin.
postcss-plugins css formatting postcss postcss-plugin sorting order
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.