That’s LESS, not CSS.
This syntax allows you to nest selector modifiers.
.clearfix { &:before { content: ''; } }
Will compile to:
.clearfix:before { content: ''; }
With the &
, the nested selectors compile to .clearfix:before
.
Without it, they compile to .clearfix :before
.
Related Posts:
- How to style bootstrap container in wordpress theme?
- What’s the difference between SCSS and Sass?
- Can I change Bootstrap button color?
- What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?
- Customize Bootstrap checkboxes
- Converts scss to css [closed]
- What is the difference between CSS and SCSS?
- Vertical Align Center in Bootstrap
- Does bootstrap have builtin padding and margin classes?
- Bootstrap Dropdown menu is not working
- What is sr-only in Bootstrap 3?
- How to set up fixed width for
? - How to change btn color in Bootstrap
- How does the data-toggle attribute work? (What’s its API?)
- Adding images to a Bootstrap Carousel with AJAX
- Bootstrap 4 images thumbnail classes
- Bootstrap NavBar with left, center or right aligned items
- Bootstrap Dropdown menu is not working
- Bootstrap Dropdown menu is not working
- How to set up fixed width for
? - css to make bootstrap navbar transparent
- What is a “meta component” in the context of bootstrap or as a general web design term?
- Bootstrap 4, How do I center-align a button?
- Responsive Bootstrap Jumbotron Background Image
- Changing the width of Bootstrap popover
- Changing the width of Bootstrap popover
- TypeError: $(…).modal is not a function with bootstrap Modal
- How to center vertically and horizontally a div using Bootstrap?
- bootstrap 3 navbar collapse button not working
- How to center content in a Bootstrap column?
- How to center image in carousel
- Bootstrap transparent navbar
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- How to give spacing between buttons using bootstrap
- how to center form using bootstrap 4
- How can I override Bootstrap CSS styles?
- Can Twitter Bootstrap alerts fade in as well as out?
- Flushing footer to bottom of the page, twitter bootstrap
- How to change the background-color of jumbrotron?
- vertical divider between two columns in bootstrap
- What are these attributes: `aria-labelledby` and `aria-hidden`
- bootstrap 4 row height
- vertical-align with Bootstrap 3
- sass :first-child not working
- Bootstrap change carousel height
- Twitter Bootstrap – add top space between rows
- How to use bootstrap 4 in angular 2?
- Table fixed header and scrollable body
- What is the difference between Bootstrap .container and .container-fluid classes?
- how to do a line break in Bootstrap 3.3.7
- How can I make Bootstrap columns all the same height?
- How to increase height of textarea using bootstrap rows and columns
- Bootstrap Columns Not Working
- Set bootstrap modal body height by percentage
- Bootstrap 3 Glyphicons CDN
- Bootstrap align navbar items to the right
- Bootstrap combining rows (rowspan)
- How can I change the Bootstrap default font family using font from Google?
- using media queries with LESS
- Why is my Bootstrap code not working?
- How can I get my Twitter Bootstrap buttons to right align?
- img-responsive in Bootstrap does not work
- Set textarea width to 100% in bootstrap modal
- Creating Accordion Table with Bootstrap
- In a bootstrap responsive page how to center a div
- Responsive Canvas in Bootstrap column?
- How to make Bootstrap Panel body with fixed height
- Change navbar text color Bootstrap
- Bootstrap Collapse not Collapsing
- WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
- Why isn’t my theme processing SASS?
- Twitter Bootstrap Use Collapse in Custom Post Type
- What is better way to use Bootstrap inside admin panel?
- Style.css in child theme is loaded before Bootstrap
- Load custom css after bootstrap
- Using/compiling Foundation SASS on live WordPress server
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- Make shortcode’s Bootstrap CSS override the theme’s CSS, how?
- How to add class to and childs of sidebar widget – WordPress
- Redoing home page but changes not taking effect
- How do I get row padding in a post feed?
- How do I add Bootstrap and LESS to my migrated WordPress site?
- Layout using Bootstrap not aligning correctly
- Link theme options page using ACF to styles
- Bootstrap in theme
- Side Menu Icon Expandable
- create bootstrap columns inside editor group block
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- WordPress Multiple Navigation bars
- Port existing Bootstrap site to WordPress?
- WordPress style.css not updating, only after theme reload
- Google yolo one tab signup plugin avilable in wordpress? [closed]
- CSS – Initial HTML Margin Issue On WordPress Site
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- WordPress + Bootstrap [closed]
- How to remove the gap on right side of webpage (using Bootstrap with WordPress)?
- All of my custom Bootstrap styles are not working in my child theme!
- How to integrate Bootstrap Grid System in WordPress
- How to implement CSS-defined images from bootstrap site in wordpress theme
- Why I obtain different visualization when I run the website on my local machine and on remote server?