va_common 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: 988fa3c2de840e1b85bb3d1c20d79ac39f918af3
4
- data.tar.gz: e301c89ddb817591ca40ab680d8433ce24f30d45
3
+ metadata.gz: 65db3599d28afea96c212a88e30f89462c4b6a81
4
+ data.tar.gz: 4fa39e775c7a5eade9360c9c175f30aeb30f8c6b
5
5
  SHA512:
6
- metadata.gz: 17f6e669617b8a663985b67ec5070379230762828233ca09024103bdb1c94403932ac269d699db5c6dfaed59a92ae47cfefe8651a0462ab13df3f959d5000b56
7
- data.tar.gz: 8890413c32ffd642a7e7dbef16568581431f373e74b152b1d881a1ed581d56700273305964c05c9689d575db63b7194092a9bbc81c9a87c02fb8e718605f1907
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';
@@ -1,3 +1,3 @@
1
1
  module VaCommon
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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