Timeline for Bootstrap SASS variable override challenge
Current License: CC BY-SA 3.0
19 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Aug 19, 2018 at 16:41 | comment | added | Carol Skelly | Bootstrap 4 users see this answer | |
Feb 9, 2018 at 16:40 | vote | accept | jbyrd | ||
Jul 16, 2017 at 12:27 | answer | added | superhubo | timeline score: 0 | |
May 23, 2017 at 11:55 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
May 5, 2017 at 13:08 | answer | added | rakensi | timeline score: 1 | |
Oct 29, 2016 at 16:00 | answer | added | mryarbles | timeline score: 3 | |
Jul 6, 2016 at 13:43 | answer | added | Pier Paolo Ramon | timeline score: 17 | |
Nov 6, 2015 at 20:07 | comment | added | Marcelo Somers | I have this exact issue that you outlined in the addendum, around not having access to the default variables in my overrides. Have you found a solution to this? | |
Jul 16, 2015 at 17:43 | audit | Suggested edits | |||
Jul 16, 2015 at 17:43 | |||||
Jul 10, 2015 at 12:36 | comment | added | jbyrd | I know, I understand that. You said "what you're asking for is impossible without using multiple includes", implying that it is possible using multiple includes - what I'm asking is how is it possible using multiple includes? Or is it not? It may just be a "limitation" of SASS; something that LESS allows. | |
Jul 10, 2015 at 12:20 | comment | added | cimmanon | I didn't think I needed to spell this out. If you want to reference a variable, it has to exist first (that's what the "undefined variable" error you're getting means). If you want to override a default variable and have it propagate to all other default variables, it has to be declared in advance. | |
Jul 10, 2015 at 3:16 | comment | added | jbyrd |
What exactly do you mean by multiple includes (imports)? In the approach described in my addendum, I am using multiple imports: @import "_variables"; (Boostrap's), then @import "_app-variables.scss" , then @import "_client-variables" . Thanks in advance.
|
|
Jul 10, 2015 at 1:52 | comment | added | cimmanon | I don't know what kind of answer you're hoping to get now that this is "not a duplicate". What you're asking for is impossible without using multiple includes. | |
Jul 10, 2015 at 1:44 | history | reopened |
Mike Laren LyzandeR Unheilig Drew Dormann Derek 朕會功夫 |
||
Jul 10, 2015 at 0:28 | review | Reopen votes | |||
Jul 10, 2015 at 1:44 | |||||
Jul 10, 2015 at 0:17 | history | edited | jbyrd | CC BY-SA 3.0 |
Updating to distinguish from the question this was marked a duplicate of.
|
Jul 10, 2015 at 0:09 | history | edited | jbyrd | CC BY-SA 3.0 |
Updating to distinguish from the question this was marked a duplicate of.
|
Jul 9, 2015 at 22:28 | history | closed | cimmanon css Users with the css badge or a synonym can single-handedly close css questions as duplicates and reopen them as needed. | Duplicate of How to overwrite SCSS variables when compiling to CSS | |
Jul 9, 2015 at 22:13 | history | asked | jbyrd | CC BY-SA 3.0 |