+[2017-04-26T14:49:11Z]allejojekyll sass is just regular sass. to my knowledge, you can't extend something without importing it first +[2017-04-26T14:54:31Z]albedoaallejo thank you +[2017-04-26T19:28:18Z]ponyofdeathhi, is it possible to nest data like this in the yaml? https://bpaste.net/show/d21fb7cd8e77 +[2017-04-26T19:28:19Z]jekyllrbTitle: show at bpaste (at bpaste.net) +[2017-04-26T20:00:54Z]allejoyup
+[2017-04-27T11:15:01Z]mcnesiumto a freshly created jekyll site i added assets/main.scss and in there @import "minima" and thereafter @import "myownstuff" and in _sass there is a file myownstuff.scss wherein I tried to override $brand-color with my own color +[2017-04-27T11:16:05Z]mcnesiumstill, in the resulting main.css it has the original minima $brand-color +[2017-04-27T11:17:14Z]mcnesiumso I wonder how I could make use of the default minima theme being taken straight from the gems and still override some rules and variables with my own sass file +[2017-04-27T11:17:44Z]mcnesiumso that they wont be doublewritten in the resulting css file, that is +[2017-04-27T11:19:45Z]wardI think you want to set your override of minima variables before importing minima