css-zero 0.0.57 → 0.0.58
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fca180d08e4732fb2fda3bf012471d48a342e30d516d465ead2db4ececa9c3fe
|
4
|
+
data.tar.gz: d8197692b8a211938eceb1f8d3aa4a032d34874afdd37eefb08fa53aeb87799a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bc8734abcd9dd40f777bc5b51a952267e3a4ee3ae7ca3089ad4b500138604b1bd464d62b53e102d1d424fb452bc3613effc114d8d8e823041d897c0c5d4630e
|
7
|
+
data.tar.gz: b2a3cfadf53df3a4345f218635806cd60aa15adb1f43fa15983335ebeb2fdd113a84b53b6840c0b0bde2d631685a163849809220e802d0ad5e5ab802417c2dd8
|
data/README.md
CHANGED
@@ -48,13 +48,17 @@ bin/rails generate css_zero:add --help
|
|
48
48
|
|
49
49
|
Check the [CSS files](app/assets/stylesheets) in the repository to see the available variables and utility classes.
|
50
50
|
|
51
|
+
## Components
|
52
|
+
|
53
|
+
[<img src="https://github.com/user-attachments/assets/3a7fbd1e-5cc8-4476-a60c-52bc28efca29">](https://csszero.lazaronixon.com)
|
54
|
+
|
51
55
|
## Icons
|
52
56
|
|
53
57
|
Some icons in the examples are not copied to the project. If you are looking for good ones, I recommend [Lucide](https://lucide.dev).
|
54
58
|
|
55
|
-
##
|
59
|
+
## Scaffold
|
56
60
|
|
57
|
-
|
61
|
+
This gem implements custom templates for scaffolds and authentication.
|
58
62
|
|
59
63
|
## Development
|
60
64
|
|
@@ -36,8 +36,8 @@
|
|
36
36
|
.font-semibold { font-weight: var(--font-semibold); }
|
37
37
|
.font-bold { font-weight: var(--font-bold); }
|
38
38
|
|
39
|
-
.underline { text-decoration
|
40
|
-
.no-underline { text-decoration
|
39
|
+
.underline { text-decoration: underline; }
|
40
|
+
.no-underline { text-decoration: none; }
|
41
41
|
|
42
42
|
.uppercase { text-transform: uppercase; }
|
43
43
|
.normal-case { text-transform: none; }
|
data/lib/css_zero/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: css-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.58
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lázaro Nixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: lazaronixon@hotmail.com
|