This website works better with JavaScript.
Explore
Help
Sign In
mirrors
/
devdocs
mirror of
https://github.com/freeCodeCamp/devdocs
Watch
1
Star
0
Fork
You've already forked devdocs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0b140d48a2
main
renovate/image_optim_pack-0.x-lockfile
renovate/rubygems-sinatra-vulnerability
renovate/image_optim-0.x-lockfile
man
raven
debiman
sphinx-allow-dt-styles
i18n
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0b140d48a2'
${ noResults }
devdocs
/
assets
/
stylesheets
/
pages
/
_phalcon.scss
9 lines
105 B
Raw
Normal View
History
Unescape
Escape
Finish Phalcon scraper
10 years ago
.
_phalcon
{
@extend
%
simple
;
h3
>
small
{
float
:
right
;
Switch from SASS variables to CSS variables for most styling These are the simple cases, and the more complex ones will be covered by future commits. I’ve also replaced $fooZ ± 1 with the appropriate variable to avoid a runtime `calc()`.
7 years ago
color
:
var
(
--
textColorLight
)
;
Finish Phalcon scraper
10 years ago
}
}