va_common 0.2.0 → 0.2.1
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/app/assets/stylesheets/va_common_main.scss +20 -0
- data/lib/va_common/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65db3599d28afea96c212a88e30f89462c4b6a81
|
|
4
|
+
data.tar.gz: 4fa39e775c7a5eade9360c9c175f30aeb30f8c6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 953ca0959b395d6c98462f759e4223d79fe2a804eda69a89ccb75b98c0d29510338dc4846766bf3d7c209ca7658997ea2b35a234b6b3dfee48c2fdb14c197d24
|
|
7
|
+
data.tar.gz: f7a6e1ce2b6dc50b163803cb1684b39f5044a5ffd3b1109021a892aca2e0ba20573de5e3ba4be9e0f5329a89c683f5da695ee7e60c3b74a7c332e27f92352705
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
|
3
|
+
* listed below.
|
|
4
|
+
*
|
|
5
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
|
6
|
+
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
|
7
|
+
*
|
|
8
|
+
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
|
9
|
+
* compiled file, but it's generally better to create a new file per style scope.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
@import 'bourbon';
|
|
14
|
+
@import 'neat';
|
|
15
|
+
@import 'normalize-rails';
|
|
16
|
+
@import 'core/**/*';
|
|
17
|
+
@import 'components/**/*';
|
|
18
|
+
@import 'elements/**/*';
|
|
19
|
+
@import 'foundation';
|
|
20
|
+
@import 'va';
|
data/lib/va_common/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: va_common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emily Wright-Moore
|
|
@@ -340,6 +340,7 @@ files:
|
|
|
340
340
|
- app/assets/stylesheets/elements/_typography.scss
|
|
341
341
|
- app/assets/stylesheets/functions/_new-breakpoint.scss
|
|
342
342
|
- app/assets/stylesheets/functions/_private.scss
|
|
343
|
+
- app/assets/stylesheets/va_common_main.scss
|
|
343
344
|
- bin/console
|
|
344
345
|
- bin/setup
|
|
345
346
|
- lib/generators/files/_footer.html.erb
|