Questions tagged [sass]
Sass is a CSS preprocessor which enables advanced features not available in normal CSS.
84 questions
0
votes
0
answers
87
views
DOM manipulating that I called Framework
I'm building a framework like this that can turn SASS-like code into CSS, a template engine like Mustache, a DOM manipulator like React, and a router to add a single page app, and I'm having a ...
4
votes
2
answers
286
views
Prey Throbber using CSS Animation
I'm migrating to web development and wanted to learn CSS animations better. I was playing Prey last night and realized the "throbber" on the elevator screen would be interesting to ...
6
votes
1
answer
275
views
Small Bayes Calculator to learn Javascript
I am trying to learn UI design so I threw together a Bayes Calculator (i.e. calculate the posterior probability of being sick given a positive/negative test result using the specificity, sensitivity ...
3
votes
0
answers
85
views
A simple recipe page in HTML, SASS and JS
I've been learning how to design responsive webpages. I got done the basics and can create code that closely resembles the design, but I was wondering what are the best practices in web development ...
4
votes
0
answers
82
views
Travel agent website
I've created a travel agent website, I would like to know how can I improve, DRY my code and how to increase performance - I tinified img's but the bottom one I've made in PS takes much time to load.
...
0
votes
1
answer
515
views
Christmas tree made up only with HTML and CSS
I've created a Christmas tree using only HTML and CSS. It's pretty sure that the code can be written in a more efficient way. Also, the lights are turning on and off at the same time, is there a way ...
2
votes
3
answers
275
views
Task-list app, which allows to add and remove tasks from list
I wrote my first web app. Please let me know what I should improve. I want to write as clean code as possible.
App is about adding and removing tasks from list. Backend is written in Django, frontend ...
1
vote
1
answer
69
views
Is there a more dynamic way to target siblings in CSS / SCSS?
The code I'm working on looks like this - All the way up to 50... (Not ideal)
There can be anywhere from 1 to 100 anchor/div combinations, but more often than not in single digits so there's almost ...
2
votes
0
answers
59
views
Utility classes to control word breaks
I want to know if my SCSS code looks correct.
Note: Everything works as I expected. The Main Idea of this code is to generate Word Break Utilities for controlling word breaks in an element.
using SCSS ...
3
votes
1
answer
109
views
Simple website made for learning purposes
Hello I've just finished coding one of my first websites.
And I would love some feedback. I know that I really need to improve my design and improve my code and for that I need some tips from you guys
...
0
votes
1
answer
62
views
Does this SASS make sense?
I'm trying to automate the CSS I write by developing SASS files I can reuse. I want to create a utility SASS file for padding and came up with the following.
...
4
votes
1
answer
114
views
Keyframes animation
Is there a way I could simplify this with Sass or JS? It works, but it's not what I'd call 'DRY' code. An alternate form I've tried is a Sass for loop but can't get ...
4
votes
1
answer
99
views
Compile SASS files in a directory via Gulp.js tasks, one of which produces logging output
If the default task is executed here, the file name to be compiled is passed to the argument of the CompileSass function. When ...
6
votes
1
answer
617
views
Resizable split DIVs Vue.js
I just started Developing Web App (Vue.js) for my company for around 1-2 months. Therefore, my knowledge and experience in HTML, CSS and Javascript is kinda shallow.
I've created a custom resizable ...
1
vote
2
answers
102
views
Using CSS grid to align content in a non responsive div
My job is to supervise a junior developer, but I am mainly a javascript developer and my CSS skills are a bit basic. However, I spotted some things in his CSS code that seem unorthodox to me. He ...