Search
 
SCRIPT & CODE EXAMPLE
 

CSS

How to extend selector

.error {
  border: 1px #f00;
  background-color: #fdd;

  &--serious {
    @extend .error;
    border-width: 3px;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: hide yunohost button on apps 
Css :: tipografias family style para css y html 
Css :: css animation left 
Css :: button expo css 
Css :: tslib.es6 
Css :: prevent the blue highlighting on mobile 
Css :: box shadow 2 sides only Clip path 
Css :: css selector 
Css :: vw css 
Css :: box align css 
Css :: tailwindcss link tag 
Css :: play button animation css 
Css :: Task #2: Set a linear gradient background for the div element, going from the top left to the bottom right, transitioning from "white" to "green" 
Typescript :: enumerate multiple lists python 
Typescript :: File ng.ps1 cannot be loaded because running scripts is disabled on this system. 
Typescript :: Require statement not part of import statement.eslint@typescript-eslint/no-var-requires 
Typescript :: google fonts cdn link 
Typescript :: nextjs with tailwind css and typescript 
Typescript :: typescript type of children 
Typescript :: leaderstats roblox setup 
Typescript :: cheats for dino game chrome 
Typescript :: react native elements button with icon 
Typescript :: ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 
Typescript :: Testing Objects for Properties 
Typescript :: typescript css type 
Typescript :: gets ents within range gmod lua 
Typescript :: how to set the contents of a div with jquery 
Typescript :: requests python no proxy 
Typescript :: No provider for ChildrenOutletContexts 
Typescript :: mat auto complete floating issue 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =