Conversation
|
Sorry I have been unresponsive. |
|
I checked both the website and your source code but I cannot find any SCSS/LESS mentions. It's like the bfe96ef is gone. Can you please tell me how to get SCSS equivalent code? |
|
@hojberg Sorry for the delay. |
|
@mirabajer I couldn't understand what you are saying, I can see the commit and the code at https://github.com/nitinhayaran/cssarrowplease |
|
I don't understand it either. I cloned the repo, have master checked out, and here is the code from my local cssarrowplease / public / js / lib / views / arrow_css_view.js http://pastebin.com/raw.php?i=ernUePyB it does not correspond to the code here: https://github.com/nitinhayaran/cssarrowplease/blob/master/public/js/lib/views/arrow_css_view.js |
|
I am stupid. I understand now. I was under the impression that hojberg already merged your commit to the mother repo since it has been here for months ... Sorry :) |
|
Got it working now. Would be good to rename the SCSS tab to SASS because you are using SASS syntax, not SCSS. Myself I use SCSS and I don't think I can use SASS syntax in my .scss files. BTW It's also possible that it's LESS syntax instead of SCSS which I don't know because I have never tried LESS, that would correspond to this second issue: +1 on the LESS/SCSS tab switching which does not seem to work, both codes are the same. |
|
Aren't you getting following source code in SCSS tab:
Check $ sign in variable declaration. if this is the case then i think its scss, you can also try generating corresponding css at http://sass-lang.com/try.html Its working find for me. |
Currently cssarrowplease only shows CSS output. I've added option to views its LESS/SCSS equivalent.
To make adjustments one doesn't have to come back to site, adjustments can simply be done by changing variables.