<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing default styling in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Removing-default-styling/m-p/242838#M7581</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/36706"&gt;@callum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may use JavaScript to disable the style sheet.&lt;/P&gt;
&lt;PRE&gt;			let styleSheets = document.getElementsByTagName("link");
			for (let i = 0; i &amp;lt; styleSheets.length; i++) {
				styleSheets[i].disabled = true;
			}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 07:37:39 GMT</pubDate>
    <dc:creator>v-chuncz-msft</dc:creator>
    <dc:date>2017-08-31T07:37:39Z</dc:date>
    <item>
      <title>Removing default styling</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Removing-default-styling/m-p/241938#M7558</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Am I right in thinking that certain elements have default styling applied to them, defined outside of the developer's control? From Chrome's developer console, it looks like li elements have list-style:none and font-size:12px applied to them, but I've definitely not set these properties.&lt;BR /&gt;&lt;BR /&gt;Assuming this is the case, is there any reason for this? It's slightly annoying that when I set the font-size of the body, li elements aren't affected because of the more specific selector. Can I change this behaviour?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 08:31:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Removing-default-styling/m-p/241938#M7558</guid>
      <dc:creator>callum</dc:creator>
      <dc:date>2017-08-30T08:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing default styling</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Removing-default-styling/m-p/242838#M7581</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/36706"&gt;@callum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may use JavaScript to disable the style sheet.&lt;/P&gt;
&lt;PRE&gt;			let styleSheets = document.getElementsByTagName("link");
			for (let i = 0; i &amp;lt; styleSheets.length; i++) {
				styleSheets[i].disabled = true;
			}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Removing-default-styling/m-p/242838#M7581</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-08-31T07:37:39Z</dc:date>
    </item>
  </channel>
</rss>

