css-zero 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: css-zero
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Lázaro Nixon
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-06-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: lazaronixon@hotmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - README.md
20
+ - Rakefile
21
+ - app/assets/stylesheets/_reset.css
22
+ - app/assets/stylesheets/borders.css
23
+ - app/assets/stylesheets/breakpoints.css
24
+ - app/assets/stylesheets/colors.css
25
+ - app/assets/stylesheets/effects.css
26
+ - app/assets/stylesheets/filters.css
27
+ - app/assets/stylesheets/grid.css
28
+ - app/assets/stylesheets/sizes.css
29
+ - app/assets/stylesheets/transform.css
30
+ - app/assets/stylesheets/transition.css
31
+ - app/assets/stylesheets/typography.css
32
+ - app/assets/stylesheets/zutilities.css
33
+ - lib/css-zero.rb
34
+ - lib/css_zero/version.rb
35
+ homepage: https://github.com/lazaronixon/css-zero
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ homepage_uri: https://github.com/lazaronixon/css-zero
40
+ source_code_uri: https://github.com/lazaronixon/css-zero
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubygems_version: 3.5.10
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: An opinionated CSS starter kit for your application.
60
+ test_files: []