unistyle实现使用下一个版本的ECMAScript编写模块化和可扩展的CSS。
使用ES2015 和一些ES2016特性来编写CSS用JavaScript让其真正的模块化,可 扩展,让你很好地实践CSS前或后处理器的所有功能,无需求助于一个新的语言。
The name is an abbreviation of Uniform Stylesheets. It is also somewhat related to Universal JavaScript or what you want to call it, because of the ability to share the same CSS code written in JavaScript between your frontend component's inline styles and the application's complete CSS.
Installunistyleusing npm:
npm install --save unistyle
立即学习“前端免费学习笔记(深入)”;
$> unistyle --helpUsage: bin/unistyle [options] <path to module>Options: -o, --output Output compiled CSS to specified file instead of to stdout [string] -h, --help Show help [boolean] -v, --version Show version number [boolean]Examples: bin/unistyle -o app.css src/styles.js Compile src/styles.js to app.css bin/unistyle -o style.css style Compile style/index.js to style.css
项目主页:http://www.open-open.com/lib/view/home/1441426543628
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号