Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidaytrahman/sasskickstart
Get SCSS ready in 5 minutes for your upcoming project
https://github.com/hidaytrahman/sasskickstart
application css-framework kickstart scss scss-mixin
Last synced: 5 days ago
JSON representation
Get SCSS ready in 5 minutes for your upcoming project
- Host: GitHub
- URL: https://github.com/hidaytrahman/sasskickstart
- Owner: hidaytrahman
- License: mit
- Created: 2019-04-25T10:30:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:11:54.000Z (about 2 years ago)
- Last Synced: 2024-04-13T09:17:45.504Z (10 months ago)
- Topics: application, css-framework, kickstart, scss, scss-mixin
- Language: CSS
- Homepage: https://hidaytrahman.github.io/sassKickstart/
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
A skelton of SCSS stuff
SASS Kickstart will help you to setup readymade stuff for your future project.
It will help you to not care about of bunch of SASS structures withvariables, mixins, functions, placeholders
etc.
## Bonus
You will get theming as well for the required stuff like ```form elements``` , ```typography``` , ```utilities ```, ```responsive``` and so on.You will also get all the required mixins which we always use in project.
### Demo
See the [Demo and Examples](https://hidaytrahman.github.io/sassKickstart/docs/)and start implmenting by following this [Documents](https://github.com/hidaytrahman/sassKickstart/tree/master/docs)
## Quick start
```npm i``` and ```npm run scss```## What's included
```
app/
├── scss/
│ ├── base
│ ├── components
│ ├── global
│ ├── pages
│ ├── vendor
│ └── main.scss
└── css/
└── main.css
```## Contributing
Welcoming you to be a part of this project :)Feel free to contribute add more magical stuff and help the dev community.
## Other resources
- [Normalize.css](https://necolas.github.io/normalize.css/) - Used this as a vendor
- ### Fonts
- [Jost](https://fonts.google.com/specimen/Jost) - Used in project
- [Bungee Inline](https://fonts.google.com/specimen/Bungee+Inline?selection.family=Bungee+Inline) - Used in demo only## Creators
[**Hidayt Rahman**](http://hidaytrahman.github.io)[LinkedIn](https://www.linkedin.com/in/hidaytrahman)
Made with ❤ in India