You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These changes allow for SASS variables to be overriden. They also allow for easy SASS importing to other projects by just using the new main.scss file. The Gulp tasks have also been updated to reflect these changes.
jorditarrida
changed the title
Changes in style files structure and add to variables (fix #219)
Changes in style files structure and add !default to variables (fix #219)
Feb 12, 2018
@jorditarrida I'm looking through and testing the PR now. Everything works as intended 🔥 💥 👍 .
One minor thing: I think it makes more sense to name main.scss --> ConversationalForm.scss to keep consistency with JS and naming throughout the rest of the project, agree?
Also, can you change CSS imports in the src/development*.html to reflect the single .css. Current:
`
`
to: <link type="text/css" rel="stylesheet" href="../build/main.css"/>
If that is fixed I believe we are ready to merge your PR and release an update along with a few other things in the works.
Hi,
I am renaming it to conversational-form.scss if you're OK with it (consistency with the naming in the generated dist/ folder). Will push in a few minutes.
Cheers,
Jordi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes allow for SASS variables to be overriden. They also allow for easy SASS importing to other projects by just using the new
main.scssfile. The Gulp tasks have also been updated to reflect these changes.