Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Implemented USA design standards #236

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

msecret
Copy link

@msecret msecret commented Nov 19, 2015

Used the CSS from the standards rather the the SASS because SASS isn't
set up in Padrino yet. Once SASS setup, point to the SASS in usa.

Used the CSS from the standards rather the the SASS because SASS isn't
set up in Padrino yet. Once SASS setup, point to the SASS in usa.
@msecret
Copy link
Author

msecret commented Nov 19, 2015

To use the sass for the standards instead of CSS:

  1. Remove any CSS links to the standards in the layout file
  2. Create a main sass file to build, touch public/main.scss
  3. In this main sass file, import the standards @import 'libs/usa/_scss/all.scss';

…tandards

Conflicts:
	public/application.css
@yozlet
Copy link
Contributor

yozlet commented Dec 8, 2015

Whoah. Thank you for taking this on.

Is there an easy way to get it to import these 200+ files at build time rather than sticking them all in the repo? e.g. an npm module or gem, or something?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants