This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sass-lint config generated by make-sass-lint-config v0.1.2 | |
# | |
# The following scss-lint Linters are not yet supported by sass-lint: | |
# DisableLinterReason, ElsePlacement, PropertyCount, SelectorDepth | |
# SpaceAroundOperator, TrailingWhitespace, UnnecessaryParentReference, Compass::* | |
# | |
# The following settings/values are unsupported by sass-lint: | |
# Linter Indentation, option "allow_non_nested_indentation" | |
# Linter Indentation, option "character" | |
# Linter NestingDepth, option "ignore_parent_selectors" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChromeOptions options = new ChromeOptions(); | |
options.addArguments("--headless", "--window-size=1920,1200"); | |
WebDriver driver = new ChromeDriver(options); |