Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
css-e003
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo Villagra
css-e003
master
master
Switch branch/tag
css-e003
node_modules
bootstrap
scss
mixins
_box-shadow.scss
Find file
Normal view
History
Permalink
_box-shadow.scss
87 Bytes
Edit
Newer
Older
Ejercicio 1 con Bootstrap
afb154f3
roshka
committed
Nov 07, 2018
1
2
3
4
5
@mixin
box-shadow
(
$shadow
...
)
{
@if
$enable-shadows
{
box-shadow
:
$shadow
;
}
}