mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -3,6 +3,7 @@ title: "Color Manipulation with Sass"
|
|||
date: 2019-05-21T23:10:06-04:00
|
||||
draft: false
|
||||
tags: ["Web", "CSS"]
|
||||
medium_enabled: true
|
||||
---
|
||||
|
||||
There are many times that I need to slightly mess with a color. The easiest way I found to do it is to use one of the many color functions in the program `Sass`. [Sass](https://sass-lang.com/) is a CSS preprocessor, meaning that it has it's own syntax and it compiles down to CSS. I remember using this before CSS variables became a thing and that was one of the main driving points of Sass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue