Skip to content

This project is a monorepo workspace created for learning and practicing CSS concepts. Each directory contains mini projects and experiments focused on different CSS features or techniques. My goal is to track my own progress while also providing examples that others can benefit from.

License

Notifications You must be signed in to change notification settings

Erano01/CSS-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS-Study Monorepo

This monorepo is designed for learning and experimenting with CSS, SCSS, and frontend component development. It uses the npm workspaces feature to organize reusable packages and demo applications.

Structure

  • apps/ contains demo applications (e.g., information-box)
  • packages/ contains reusable SCSS themes, utilities, and component libraries

Usage

  • Run scripts from the root to build or start individual projects:
    • npm run compile:scss-theme — Compiles SCSS theme package
    • npm run start:information-box-project — Starts the information-box demo app

Technologies

  • SCSS (7-1 pattern, BEM methodology)
  • Vite (for fast development server)

Feel free to add new packages or apps for your CSS/SCSS studies!

About

This project is a monorepo workspace created for learning and practicing CSS concepts. Each directory contains mini projects and experiments focused on different CSS features or techniques. My goal is to track my own progress while also providing examples that others can benefit from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published