Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: css/desktop-options.scss

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Patch Set: Created March 26, 2018, 2:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | css/io-toggle.scss » ('j') | css/io-toggle.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: css/desktop-options.scss
===================================================================
--- a/css/desktop-options.scss
+++ b/css/desktop-options.scss
@@ -10,16 +10,18 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+@import "io-toggle.scss";
Thomas Greiner 2018/04/25 17:29:13 You're not using this component in the desktop opt
a.giammarchi 2018/04/26 10:44:50 Fair point, but that is why I was using `require`
Thomas Greiner 2018/04/26 17:00:51 I see. What about generating CSS files for each co
+
html
{
font-size: 16px;
}
body
{
background-color: #F3F3F3;
« no previous file with comments | « .gitignore ('k') | css/io-toggle.scss » ('j') | css/io-toggle.scss » ('J')

Powered by Google App Engine
This is Rietveld