All Projects → stackcss → sheetify-cssnext

stackcss / sheetify-cssnext

Licence: other
cssnext transform for sheetify. Use tomorrow's CSS syntax, today

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to sheetify-cssnext

stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+292.31%)
Mutual labels:  cssnext
vite-postcss-preset-env
vite-cssnext.netlify.app/
Stars: ✭ 35 (+169.23%)
Mutual labels:  cssnext
Mobi.css
A lightweight, scalable, mobile-first CSS framework
Stars: ✭ 2,348 (+17961.54%)
Mutual labels:  cssnext
Postcss Cssnext
`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
Stars: ✭ 5,388 (+41346.15%)
Mutual labels:  cssnext
You Need To Know Css
💄CSS tricks for web developers~
Stars: ✭ 3,777 (+28953.85%)
Mutual labels:  cssnext
caesura
📏 A reasonable breakpoint scale using @Custom-Media
Stars: ✭ 14 (+7.69%)
Mutual labels:  cssnext

sheetify-cssnext stability

build status test coverage js-standard-style

postcss-preset-env transform for sheetify. Use tomorrow's CSS syntax, today.

Installation

$ npm install sheetify-cssnext

Usage

const sheetify = require('sheetify/stream')
const path = require('path')

const opts = {
  transform: [ [ 'sheetify-cssnext', { sourcemap: false } ] ],
  basedir: __dirname
}

sheetify(path.join(__dirname, 'index.css'), opts)
  .pipe(process.stdout)

See Also

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].