Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
conditional_styles
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
conditional_styles
Merge requests
!7
Issue
#3458705
- Update readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3458705
- Update readme
issue/conditional_styles-3458705:3458705-update-readme-file
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Viktor Holovachek
requested to merge
issue/conditional_styles-3458705:3458705-update-readme-file
into
8.x-1.x
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#3458705
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
59c81ed7
1 commit,
9 months ago
2 files
+
47
−
103
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
0 → 100644
+
47
−
0
Options
# Conditional Stylesheets
Internet Explorer implements a proprietary technology called Conditional
Comments. While web developers frown upon technologies that aren't cross-browser
supported, many CSS developers have found Conditional Comments very useful since
they can be used to fix the rendering of CSS in IE by placing IE-only CSS inside
conditional comments.
This module allows themes to easily add conditional stylesheets to the theme's
.info.yml file.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/conditional_styles
)
.
To submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/conditional_styles
)
.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
Add conditional styles via 'conditional-stylesheets' property in your
*
.info.yml of the theme.
## Maintainers
-
John Albin Wilkins -
[
JohnAlbin
](
https://www.drupal.org/u/johnalbin
)
-
Viktor Holovachek -
[
AstonVictor
](
https://www.drupal.org/u/astonvictor
)
Loading