Uniform CSS 1.0.0 #7
jinsupark
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Uniform CSS is a fully configurable utility generator and CSS framework built entirely in Sass. Get the power of a utility-first workflow without losing the productiveness of Sass. To see documentation, visit uniformcss.com
apply()
mixinGetting Started
Here are the instructions to build your first
uniform.css
. Please make sure you have the prerequisites installed before continuing on with the installation steps.Prerequisites
Before you get started, ensure you have the following installed.
Install Dart Sass on Mac OS X or Linux
Install Dart Sass with Homebrew on Mac OS X or Linux by running the following command.
Install Dart Sass on Windows
Install Dart Sass with Chocolatey on Windows by running the following command.
Load and Compile Uniform
Add Uniform as a Sass module to your
main.scss
project. Follow these steps to load Uniform CSS, compile, and watch for changes.main.scss
uniform.css
Community
If you're ever stuck, need help, or wish to have a general discussion about this project, please get involved with the following community channels.
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Thanks to all the people that have contributed in making this project great!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)License
The source code is licensed under the MIT agreement. You are more than welcome to clone and customize this repo to suit your needs.
Contact
Jin Su Park – Creator and Author
@jinsu • jinsupark.com
This discussion was created from the release Uniform CSS 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions