https://github.com/microdotmatrix/iso
https://github.com/microdotmatrix/iso
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microdotmatrix/iso
- Owner: microdotmatrix
- Created: 2022-03-03T01:50:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T14:35:37.000Z (over 4 years ago)
- Last Synced: 2025-03-14T18:49:36.518Z (over 1 year ago)
- Language: SCSS
- Size: 884 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iso
---
Ok, time to focus...
### Outline of basic purpose of this project:
- Identify key core utilities and functions (CSS, SCSS, JS)
- Consolidate utilities and functions into a practical toolset
- Establish standardized BEM semantic class/identifier structure
- Define a set of utility classes
- Utilize data-attribute selectors for variable functions and unique identifiers
- Better incorporate responsive design tools/practices to reduce corrective revisions
- Use of CSS custom props and SCSS variables for more consistent theming
- Focus on component based architecture and modular design
- Code commenting
- Dark/Light modes
**Start simple, avoid rabbit holes, etc.**