Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 116 results for
sass
- Page 1
sass pass function to vars gulp-sass task
Digital Media
UI / UX Design
6 Years Ago
by bobgodwin
…gulp = require('gulp'); var sassVars = require('gulp-
sass
-vars'); var
sass
= require('gulp-
sass
'); var style_in = './scss/**/*.scss'; var style_out … .pipe(sassVars(variables, { verbose: true })) .pipe(
sass
().on('error',
sass
.logError)) .pipe(cssImageDimensions('../img')) .pipe(gulp.dest(style_out))…
Problem with Sass in ruby
Programming
Web Development
10 Years Ago
by praveen_dusari
… to install
sass
in ruby using gem install
sass
.. i have downloaded
sass
from github (https://github.com/
sass
/
sass
) not sure… where to place this
sass
in ruby…: No such file or directory -- c:/Ruby21/bin/
sass
(LoadError). i am using windows.. can you anyone …
Re: Problem with Sass in ruby
Programming
Web Development
10 Years Ago
by rch1231
Hello, Here is a site that covers how to install
SASS
on Ruby in Windows. [http://www.impressivewebs.com/
sass
-on-windows/ ](http://www.impressivewebs.com/
sass
-on-windows/)
Re: Continuous Integration: getting started (PHP, Composer, Sass, Webpack)?
Hardware and Software
7 Years Ago
by rproffitt
… bite sized chunks. Here's my next issue. Just because
Sass
compiles (without error?) doesn't mean it's fine. Consider… this statement from http://
sass
.logdown.com/ >
Sass
has no idea which properties are valid, which…
Re: Continuous Integration: getting started (PHP, Composer, Sass, Webpack)?
Hardware and Software
7 Years Ago
by minitauros
… though it might not be 100% valid CSS that the
Sass
compiles to, if it doesn't break down it means… works. CSS errors could be there even without
Sass
, I don't think
Sass
is the problem there :). A bigger question for…
Continuous Integration: getting started (PHP, Composer, Sass, Webpack)?
Hardware and Software
7 Years Ago
by minitauros
… a PHP project): **pre-commit** * run unit tests * check if
Sass
compiles * check if JS compiles (using Webpack) * if everything goes… has actually tested his code before pushing) * composer install * compile
Sass
* compile JS (using Webpack) * if everything goes well: deploy **deployment…
Re: Possible Sass virus
Hardware and Software
Information Security
19 Years Ago
by DMR
1. "
sass
.exe" [i]is[/i] a component of a trojan … log. 2. C:\WINDOWS\system32\[i][b]L[/b][/i]
sass
.exe is a valid Windows program/process; is that possibly…
Possible Sass virus
Hardware and Software
Information Security
19 Years Ago
by 'Stein
…, so i went and checked processes. I THINK I saw
sass
but I'm unsure... :sad: Also if ya see any…
node sass problem on Node
Programming
Software Development
7 Years Ago
by SimonIoa
Hello i am getting these error node
sass
could not find a binding for your current environment windows 64-bit with unsupported runtime (59) when i am typing `ionic serve` on my command prompt does anyone knows how can i fix it?
Re: node sass problem on Node
Programming
Software Development
7 Years Ago
by hericles
Trying running `npm rebuild node-
sass
` It should help rebuild the correct binding for your setup.
Re: Continuous Integration: getting started (PHP, Composer, Sass, Webpack)?
Hardware and Software
7 Years Ago
by rproffitt
Let me reveal a few things. I've been sold (doesn't mean I buy them all) ideas on development for decades so I've seen many attempts at improving quality in many ways. Back to CI. Look at the tutorial found with https://www.google.com/search?q=jenkins+server+continuous+integration Now back to Earth. 1. Yes, you would set up a server which …
Re: Possible Sass virus
Hardware and Software
Information Security
19 Years Ago
by 'Stein
Alrite, again, thanks a ton DMR. The 'lsass.exe' sorta freaked me out, so I guess I reacted sorta quickly. Again, I appreciate the help
Re: Possible Sass virus
Hardware and Software
Information Security
19 Years Ago
by DMR
You're welcome. :) Are you indicating that things are OK now, or do you still have suspicions about anything that's going on with the 'puter?
Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by ski38off
… clsas32.exe O4 - HKLM\..\Run: [Configuration Loader]
sass
.exe O4 - HKLM\..\RunServices: [RegisterDropHandler] C:\PROGRA~…] clsas32.exe O4 - HKLM\..\RunServices: [Configuration Loader]
sass
.exe O4 - HKCU\..\Run: [MSMSGS] "C…] clsas32.exe O4 - HKCU\..\Run: [Configuration Loader]
sass
.exe O4 - HKCU\..\RunServices: [Windows Services] smsc.exe…
Re: Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by DMR
… clsas32.exe O4 - HKLM\..\Run: [Configuration Loader]
sass
.exe O4 - HKLM\..\RunServices: [Windows System32] clsas32.exe… O4 - HKLM\..\RunServices: [Configuration Loader]
sass
.exe O4 - HKCU\..\Run: [Windows Services] smsc.exe… clsas32.exe O4 - HKCU\..\Run: [Configuration Loader]
sass
.exe O4 - HKCU\..\RunServices: [Windows Services] smsc.…
Re: Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by ski38off
… step 7, and deleting certain files. When I searched for
sass
.exe, I came up with four responses. I erased 2…
Re: Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by DMR
… into Windows normally? 2. [QUOTE=ski38off]When I searched for
sass
.exe, I came up with four responses. I erased 2…
Re: Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by ski38off
…\..\Run: [Windows System32] clsas32.exe O4 - HKCU\..\Run: [Configuration Loader]
sass
.exe O4 - HKCU\..\RunServices: [Windows System32] clsas32.exe O4 - Global…
Re: Hacktool.Rootkit Problems
Hardware and Software
Information Security
19 Years Ago
by DMR
…\..\Run: [Windows System32] clsas32.exe O4 - HKCU\..\Run: [Configuration Loader]
sass
.exe O4 - HKCU\..\RunServices: [Windows System32] clsas32.exe[/b] [b…
Relative directory in Compass
Programming
Web Development
9 Years Ago
by rouse
…= false # required for Mixture require '
sass
-globbing' # Obviously preferred_syntax = :scss #
SASS
core # ----------------------------------------------------------------------------- # Chrome needs a …precision of 7 to round properly
Sass
::Script::Number.precision = 7 I wonder if…
Re: Relative directory in Compass
Programming
Web Development
9 Years Ago
by rouse
… two do not work. I have tested them. When the
SASS
is compiled into CSS, it writes out the first. I…
an unusual problem of building multiple sites towards a longer term goal
Programming
Web Development
7 Years Ago
by Barry_6
… this? I don't know if that is possible - use
sass
with variables for the colours, and on each iteration, have… a different
sass
variables file which would give a different colour theme on…
SET JAVA_HOME and ANDROID_HOME
Programming
Mobile Development
7 Years Ago
by SimonIoa
…:25] webpack finished in 8.20 s [14:26:25]
sass
started ... Witout `from` option PostCSS could generate wrong source map… or to `undefined` to prevent this warning [14:26:26]
sass
finished in 1.59 s [14:26:26] postprocess started…
IE moved my menu!
Digital Media
UI / UX Design
17 Years Ago
by shockeye
… selectors are unusually long, the stylesheet output is compiled from
SASS
) [code=css] body #wrapper #document #content .secondary { border-top:1px…
C++ - Need help solving a problem with my Calculator Script.
Programming
Software Development
15 Years Ago
by metalclunch
… me out! :D main_calculator.cpp [code=c++] //Calculator Script by
Sass
. //main_calculator.cpp //Default include's. #include <iostream> #include…
Mobile Context App is a Game-Changer
Programming
Mobile Development
14 Years Ago
by VanessaRyan
… is the Web, developers have the efficiency and flexibility of
SasS
, which reduces the need for more complex mobile app development…
Empty body function in jquery.js - Rails 3.2 with jquery-rails gem
Programming
Web Development
12 Years Ago
by stevanity
… required # in production environments by default. group :assets do gem '
sass
-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3…
Which graphic software
Programming
Web Development
11 Years Ago
by Tangerinejoe
…,indesign or fireworks. Is adobe wrapping up fireworks? What is
SAss
Lass and Bootstrap exactly and is it necessary to know…
Re: Which graphic software
Programming
Web Development
11 Years Ago
by Stuugie
… for those purposes and also for jpeg editing. As for
Sass
Lass and Bootstrap, I haven't a clue.
Hello I'm The Tech-Emiretus
Community Center
Say Hello!
9 Years Ago
by Gideon_1
Hi, my name is Appoh Gideon an eighteen year old coder, mastering in HTML5, CSS3,
SASS
, JS, AJAX, PHP and MySQL. I didn't realise this earlier but I needed to introduce myself. And I love daniweb.
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC