1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00
Files
bootstrap/scss/forms/index.scss
Mark Otto 3ce5bfcfb2 Migrate to Sass modules
fix function
2025-05-30 20:30:55 -07:00

10 lines
211 B
SCSS

@forward "labels";
@forward "form-text";
@forward "form-control";
@forward "form-select";
@forward "form-check";
@forward "form-range";
@forward "floating-labels";
@forward "input-group";
@forward "validation";