Questions tagged [mindscape]
7 questions
4
votes
0 answers
SCSS Compiler Extension for Visual Studio
I would like to compile SCSS into CSS in my Visual Studio Community 2015 and 2017 projects.
The extensions I have come across are:
Web Compiler (1 million downloads)
Mindscape Web Workbench (282k downloads) just VS 2015
Sam Rueby's CompileSass
The…

Mike Poole
- 1,958
- 5
- 29
- 41
3
votes
0 answers
Can you use the Firefox @-moz-document directive in a SASS file?
So you can use the following CSS to override a style in Firefox only:
button.needs-overridden-in-firefox {
line-height: 20px;
padding: 6px 16px;
}
@-moz-document url-prefix() {
/* firefox line-height behaves differently, compensate…

danludwig
- 46,965
- 25
- 159
- 237
0
votes
1 answer
Cluttering lic files after migrating csproj files to sdk style
I am migrating some csproj files from the old style to the new SDK style for an old solution.After migrating, I found some lic files appearing within the projects, which were not seen in the solution explorer before. Take one project for…

tmsh
- 71
- 1
- 9
0
votes
1 answer
Mindscape Web Workbench missing Sass SCSS Style Sheet template
I am using Visual Studio Community 2013 12.0.31101.00 Update 4 (with Web Essentials 2013 installed.
I downloaded Mindscape Web Workbench extension for visual studio. As it claims here:…

Sfou
- 52
- 8
0
votes
1 answer
Multicolumn listview with expandable items when clicked
So i have a datagrid that was built with the mindscape datagrid control that looks like this:
I am not sure if i will be able to do this to the mindscape control, so this will be a question about any multi-column listview or datagrid.
When an item…

caesay
- 16,932
- 15
- 95
- 160
0
votes
1 answer
Using LESS source map files in VS 2010
I'm using Visual Studio 2010. I'm also using the extension/plug-in Mindscape's Web Workbench. It allows you to use LESS in VS, as well as compile and generate source map files. I've never used a source map file, but I know what they do.
My issue…

Megaroeny
- 817
- 3
- 14
- 27
0
votes
2 answers
How do I stop a file being imported more than once with SASS and Midscape?
I am just learning Sass and have used the @import. I have the following situation...
_master.scss <-- this contains all my global variables like color
_child1.scss <-- this is for one of my child pages but it needs stuff from…

Exitos
- 29,230
- 38
- 123
- 178