You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Steller CSS
1
+
# StellerCSS
2
2
Steller is a utility-first CSS framework that serves as the foundation of your application's design system. It includes built-in smart defaults for building responsive, accesible, and visually consistent user interfaces. Unlike other CSS frameworks, Steller has no opinion on the actual end appearance of your application, it is simply a bridge for your design system and your application's styling.
3
3
4
4
## Features
@@ -8,7 +8,7 @@ Steller is a utility-first CSS framework that serves as the foundation of your a
8
8
* Built-in responsive typography best practices ✍️
9
9
* Clear, predictable class syntax 🔍
10
10
* SASS based (No CSS-in-JS complexity) ✨
11
-
*Only 12kb gzipped 🚀
11
+
*Add your own custom classes 🚀
12
12
13
13
## Installation
14
14
@@ -31,7 +31,7 @@ yarn add steller-css
31
31
// Assuming you are using webpack
32
32
33
33
@import'steller-theme'; // Your config file
34
-
@import'~steller-css/index'; //Steller
34
+
@import'~steller-css/index'; //StellerCSS
35
35
```
36
36
37
37
## Example Projects
@@ -47,6 +47,10 @@ All config variables are optional to define as they already have default values.
47
47
48
48
```scss
49
49
$steller-colors: (
50
+
// brand colors
51
+
'primary': #586f7c,
52
+
'secondary': #b8dbd9,
53
+
50
54
'dwight-schrute': #0FF1C3,
51
55
'a-song-of-this-and-fire': #1CE,
52
56
);
@@ -547,7 +551,7 @@ $my-module-name: (
547
551
</span>
548
552
```
549
553
550
-
Classes via steller-modules automatically have all prefixed variants generated.
554
+
Classes via stellermodules automatically have all prefixed variants generated.
551
555
552
556
---
553
557
@@ -559,7 +563,7 @@ Classes via steller-modules automatically have all prefixed variants generated.
0 commit comments