scoped_css 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/version.rb +1 -1
- metadata +9 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71d61ba0bc795798bd896b93d0090052e18ed34d058622e767ac8a680efb5a6d
|
4
|
+
data.tar.gz: d682f5496c41e99013164fe64a518246cbf46ccc75730c71005120ec8a81a491
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21500b6f276da418c4b6c4d5fb88f107eeba9872d408eaed0a3a77afc78441ab3902f8fb51d44733b98e01a5b5635720208d0a1dc7f93cf24efc329d6abaf899
|
7
|
+
data.tar.gz: 9717f4e2b4f25ef036dea7a742ec8d009ffe2cff666f6e8564408c78834d6c6af3cdb67db0ec0e22f885bef9af21fb22850b729b7fb7bbd4b0f7777b2d76612b
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scoped_css
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ewan McDougall
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -38,7 +38,12 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description: scoped_css provides automatic CSS scoping for Rails templates and ViewComponents.
|
42
|
+
It ensures styles are isolated to specific components or templates, preventing CSS
|
43
|
+
conflicts and enabling modular styling. The gem works by automatically adding unique
|
44
|
+
scope identifiers to CSS rules and corresponding HTML elements, making it easy to
|
45
|
+
maintain clean, conflict-free stylesheets in large applications. No CSS preprocessors
|
46
|
+
or postprocessors are required.
|
42
47
|
email: ewan@mrloop.com
|
43
48
|
executables: []
|
44
49
|
extensions: []
|
@@ -69,5 +74,5 @@ requirements: []
|
|
69
74
|
rubygems_version: 3.5.22
|
70
75
|
signing_key:
|
71
76
|
specification_version: 4
|
72
|
-
summary:
|
77
|
+
summary: Scope CSS to templates and ViewComponents
|
73
78
|
test_files: []
|