0.1.5 • Published 4 years ago

yacss v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

🎨 YACSS

forthebadge uses-css forthebadge uses-js forthebadge uses-html

:star: Star us on GitHub — it helps!

npm.io

YetAnotherCSS Framework is a new utility and component based modern framework. This simple to use framework is inspired by the Tailwind framework with some extra predefined components you can use.

There are a lot of beautiful prestyled components you can use and customize easily with the help of the utility based classes and colors.

💥 Getting Started

These instructions will help you getting started with YACSS.

🔨 Quick install

NPM

npm install yacss

Yarn

yarn add yacss

CDN

https://cdn.jsdelivr.net/npm/yacss@0.1.5/dist/yacss.min.css
https://cdn.jsdelivr.net/npm/yacss@0.1.5/dist/yacss.min.js

Import YACSS by importing the css and js file

<link rel="stylesheet" href="./yacss.min.css" />
...
<script src="./yacss.min.js"></script>
<script>
  initTheme({
    primaryColor: 'blue',
    accentColor: 'purple',
    classes: ['all'],
  });
</script>

Configure the theme

With the following lines of code, you can initialize the theme of YACSS.

<script>
  initTheme({
    primaryColor: 'blue',
    accentColor: 'purple',
    classes: ['all'],
  });
</script>

Classes will be the imported utility classes. You can find all utility classes here.

You can select the primary and accent color of the predefined colors.

💡 Contributing

Coming Soon

🎨 Versioning

Coming Soon

😎 Authors

📕 License

This project is licensed under MIT

0.1.5

4 years ago

0.1.41

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.31

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago