Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/trillo
Trillo Website - Mastering CSS Flexbox
https://github.com/cleversamer/trillo
css css-flexbox responsive-design sass scss
Last synced: about 7 hours ago
JSON representation
Trillo Website - Mastering CSS Flexbox
- Host: GitHub
- URL: https://github.com/cleversamer/trillo
- Owner: cleversamer
- Created: 2021-08-15T07:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:54.000Z (10 months ago)
- Last Synced: 2024-08-20T16:40:59.280Z (3 months ago)
- Topics: css, css-flexbox, responsive-design, sass, scss
- Language: SCSS
- Homepage:
- Size: 4.71 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Flexbox Master
* Live demo: https://trillo.netlify.app/
* I used some of npm packages for development process and build process, and they are installed globally.
* HINT: I had some issues when I tried to install them as dev dependencies, so I installed them globally and then no issues happened.
* Getting started:
1. npm i -g node-sass
2. npm i -g concat
3. npm i -g postcss-cli
4. npm i -g autoprefixer
5. npm i -g npm-run-all