Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 72 results for
scss
- Page 1
Call scss variables within a class
Programming
Mobile Development
4 Years Ago
by SimonIoa
… as i wanted. My problem is that
scss
variables in my ionic.theme.dark
scss
file inside the theme folder don't… i just call the ionic.theme.dark in the variables.
scss
file without putting it in a class it works fine…
Re: How to use Tailwind CSS utility classes within SCSS?
Programming
Web Development
6 Months Ago
by Dani
… either Tailwind nor nextjs. However, I do have experience with .
scss
, as I personally use it with Twitter Bootstrap for DaniWeb… simply need to add `@apply md:text-xl` to your
SCSS
in order to insert the CSS Tailwind uses for XL… a particular CSS selector. Do you have experience working with
SCSS
files? This is just a shot in the dark, but…
How to use Tailwind CSS utility classes within SCSS?
Programming
Web Development
7 Months Ago
by trueframe
Can you guys help me figure out how to use tailwind utility classes "@apply md:text-xl" within .
scss
files in nextjs
Re: How to use Tailwind CSS utility classes within SCSS?
Programming
Web Development
6 Months Ago
by autowrecking
you dont have to do any setup other than installing sass package out of the box supports that it will be showing error on vsc but its not a problem .selector { @apply md:text-xl } will work fine
Relative directory in Compass
Programming
Web Development
9 Years Ago
by rouse
… css_dir = "css" sass_dir = "
scss
" images_dir = "images" javascripts_dir = … require 'sass-globbing' # Obviously preferred_syntax = :
scss
# SASS core # ----------------------------------------------------------------------------- # Chrome needs a…
sass pass function to vars gulp-sass task
Digital Media
UI / UX Design
6 Years Ago
by bobgodwin
…('gulp-sass-vars'); var sass = require('gulp-sass'); var style_in = './
scss
/**/*.
scss
'; var style_out = './css'; var himg; var fimg; fileexists('img/header…
Change the $colors variable in Ionic 3 for Dark Mode
Programming
Mobile Development
4 Years Ago
by SimonIoa
… in Ionic 3 in order to implemeny dark mode. variable.
scss
$primary-color: #333!default; .dark-theme { $primary-color: whitesmoke ; } $colors… guess i want the opposite of this. To redefine a
scss
variable Any Ideas?
url mod writing not working properly
Programming
Web Development
15 Years Ago
by sassenach
… 404 /404.php ErrorDocument 500 /500.php AddHandler server-parsed .
scss
AddType application/x-javascript .js suPHP_ConfigPath /home/xxx/public_html [/code…
Cannot find symbol
Programming
Software Development
13 Years Ago
by Bob1000
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // we will make letters 5…
Re: Cannot find symbol
Programming
Software Development
13 Years Ago
by Bob1000
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // we will make letters 5…
Re: Cannot find symbol
Programming
Software Development
13 Years Ago
by Bob1000
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); final boolean isJOptionPaneUsed = true; //for…
Why won't my user input display on my digital billboard?
Programming
Software Development
13 Years Ago
by zaxon1987
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); billboard.allOff(); for(;;) { USER_INPUT = new…
Re: Why won't my user input display on my digital billboard?
Programming
Software Development
13 Years Ago
by zaxon1987
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); billboard.allOff(); for(;;) { String inputString…
Java Help!
Programming
Software Development
13 Years Ago
by Java2011
… return; //leave } // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // first make sure the display…
Re: Java Help!
Programming
Software Development
13 Years Ago
by Java2011
… return; //leave } // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // first make sure the display…
Java help one little problem
Programming
Software Development
13 Years Ago
by Java2011
… return; //leave } // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // first make sure the display…
Jquery UI datepicker implementation in erb form in rails
Programming
Web Development
11 Years Ago
by orange88
….ui.datepicker and also the following in my application.css.
scss
: *= require_self *= require_tree . *= require bootstrap-datepicker *= require jquery.ui.all Code…
HTML and CSS formatting problem
Digital Media
UI / UX Design
10 Years Ago
by Epixam
…;/div> </div> </div> (index.css.
scss
) $font_family: "Lucida Console", Monaco, monospace; $primary_color: #333; $background_color…
Make gradient on ion-navbar
Digital Media
UI / UX Design
6 Years Ago
by SimonIoa
…><ion-navbar color="primary">` variables.
scss
`$colors: ( primary: linear-gradient(red, yellow),` This doesnt work. color…
PhpUnit (and other external libs) in todays' web
Programming
Web Development
4 Years Ago
by macfan
… and displaying gathered info in a nice form (styles with `
scss
` and `css`). Sounds simple? Yes, nothing too complicated :) Or so…
Re: Please lend a little help....assignment due tonight
Programming
Software Development
13 Years Ago
by eddieteddie
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // we will make letters 5…
Re: Please lend a little help....assignment due tonight
Programming
Software Development
13 Years Ago
by Bob1000
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // we will make letters 5…
Re: Please lend a little help....assignment due tonight
Programming
Software Development
13 Years Ago
by eddieteddie
… BB_HEIGHT = 30; // create a billboard BillboardInterface billboard = new DigitalBillboardFrame( "
SCSS
", WINDOW_WIDTH, WINDOW_HEIGHT, BB_WIDTH, BB_HEIGHT); // we will make letters 5…
Re: How to solve Angular in Smarty framework?
Programming
Web Development
10 Years Ago
by toplisek
… for your app ----- css/ // All styles and style related files (
SCSS
or LESS files) ----- js/ // JavaScript files written for your app…
Re: Simple Month Calendar
Programming
Web Development
8 Years Ago
by Mike_40
…( function() { c.previousMonth(); }); }); </script> <style type='text/
scss
'> // This is in sass. $min-width: 320px; $number-of…
Re: Why Jelly Button is not working for me?
Programming
Web Development
7 Years Ago
by diafol
Is your CSS set out as
SCSS
? This may be the problem.
Re: Relative directory in Compass
Programming
Web Development
9 Years Ago
by rproffitt
For this I had to read http://blog.grayghostvisuals.com/css/image-url/ again. Since the root is simply / there is no reason to think you can jump above / with a ../ here. So what is ../ to / ?
Re: Relative directory in Compass
Programming
Web Development
9 Years Ago
by rouse
If I understand your observation correctly, note that the CSS file is located in the "CSS" directory. So to find the ''images" directory, you need to look one directory back to find the "images" directory. See the attached photo of the project directory. Also when I directly edit the CSS file to make the call to load the…
Re: Relative directory in Compass
Programming
Web Development
9 Years Ago
by rproffitt
Not yet. /somefolder takes me to the Site root and no need for the .. here. Also if I see it right ../images being the root is at / (Site Root) you would be trying to get to tutsSCSS which has no images folder. Besides it should allow access above Site Root. Something's off here. You did call out the images folder so did background-image: url…
Re: Relative directory in Compass
Programming
Web Development
9 Years Ago
by diafol
If the CSS is read from tutsSCSS_index.html, then background-image: url('images/pitch-s4b17d3ee2e.png'); should work - no need for any ..relatives or force root. However, if you need to access this CSS file from multiple locations, you may need to place an absolute (force root). It's unclear where your root actually is, i.e. does '/' …
1
2
3
Next
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